home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_100 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  290 b   |  12 lines

  1. on(release){
  2.    _root.quickfight = 1;
  3.    _root.yourspeed = 10;
  4.    _root.yourpower = 10;
  5.    _root.yourstamina = 10;
  6.    _root.yourcondition = 10;
  7.    _root.divisionlevel = 50;
  8.    _root.oppname = "Micol Scott Rankin";
  9.    _root.yourname = "Player 1";
  10.    _root.gotoAndStop("fight");
  11. }
  12.